From fb18145c06fb21b848d536705669a17706a86509 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Mon, 10 Sep 2012 14:07:42 +0200 Subject: [PATCH] box: Fix typo https://bugzilla.gnome.org/show_bug.cgi?id=683718 --- gtk/gtkbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index d41d66e759..4dbb692f05 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1763,7 +1763,7 @@ gtk_box_set_child_packing (GtkBox *box, pack_type = GTK_PACK_START; if (child_info->pack != pack_type) { - child_info->pack = GTK_PACK_END; + child_info->pack = pack_type; gtk_widget_child_notify (child, "pack-type"); gtk_box_invalidate_order (box); } -- 2.30.2